home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-08 | 308 b | 22 lines |
- C= CC -I. -I../../CC
- FLAGS= -I. -g +i
-
- ll: 4_6test
-
- BJ= 4_6a.o 4_6b.o 4_6c.o 4_6test.o randints.o timen.o
-
- andints.o: randints.c
- cc -c randints.c
-
- _6test: $(OBJ)
- $(CC) $(OBJ) -o 4_6test
-
- MP= 4_6.cmp
- UT= 4_6.out
-
- _6.out: 4_6test ; 4_6test > 4_6.out
-
- est: all $(OUT) $(CMP)
- cmp 4_6.out 4_6.cmp
- echo tests done
-